home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Hity z okladki / Diino 4 / diino4_Setup_En.exe / {app} / Diino.exe / 0 / RCDATA / TFROMOFFSITEMAILIDENTITY / TFROMOFFSITEMAILIDENTITY.txt
Text File  |  2006-11-06  |  5KB  |  264 lines

  1. object FromOffsiteMailIdentity: TFromOffsiteMailIdentity
  2.   Left = 0
  3.   Top = 0
  4.   BorderStyle = bsDialog
  5.   Caption = 'Mail Identity'
  6.   ClientHeight = 362
  7.   ClientWidth = 322
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Shell Dlg 2'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 153
  20.     Top = 332
  21.     Width = 6
  22.     Height = 25
  23.     Shape = bsLeftLine
  24.   end
  25.   object GbAccountDetails: TGroupBox
  26.     AlignWithMargins = True
  27.     Left = 4
  28.     Top = 4
  29.     Width = 314
  30.     Height = 206
  31.     Caption = 'Account Details'
  32.     TabOrder = 0
  33.     object LbEmail: TLabel
  34.       Left = 9
  35.       Top = 22
  36.       Width = 32
  37.       Height = 13
  38.       Caption = 'E-Mail:'
  39.     end
  40.     object LbName: TLabel
  41.       Left = 9
  42.       Top = 48
  43.       Width = 50
  44.       Height = 13
  45.       Caption = 'Full Name:'
  46.     end
  47.     object LblServerType: TLabel
  48.       Left = 9
  49.       Top = 75
  50.       Width = 70
  51.       Height = 13
  52.       Caption = 'Account Type:'
  53.     end
  54.     object LblPassword: TLabel
  55.       Left = 9
  56.       Top = 181
  57.       Width = 50
  58.       Height = 13
  59.       Caption = 'Password:'
  60.     end
  61.     object LblUsername: TLabel
  62.       Left = 9
  63.       Top = 154
  64.       Width = 52
  65.       Height = 13
  66.       Caption = 'Username:'
  67.     end
  68.     object LblServerName: TLabel
  69.       Left = 9
  70.       Top = 101
  71.       Width = 66
  72.       Height = 13
  73.       Caption = 'Server Name:'
  74.     end
  75.     object LblPortNumber: TLabel
  76.       Left = 9
  77.       Top = 128
  78.       Width = 64
  79.       Height = 13
  80.       Caption = 'Port Number:'
  81.     end
  82.     object EdEMail: TEdit
  83.       Left = 125
  84.       Top = 19
  85.       Width = 175
  86.       Height = 21
  87.       TabOrder = 0
  88.       OnChange = DetailsChange
  89.     end
  90.     object EdFullName: TEdit
  91.       Left = 125
  92.       Top = 45
  93.       Width = 175
  94.       Height = 21
  95.       TabOrder = 1
  96.       OnChange = DetailsChange
  97.     end
  98.     object RbPOP3: TRadioButton
  99.       Left = 125
  100.       Top = 74
  101.       Width = 55
  102.       Height = 17
  103.       Caption = 'POP3'
  104.       Checked = True
  105.       TabOrder = 2
  106.       TabStop = True
  107.       OnClick = DetailsChange
  108.     end
  109.     object RbIMAP: TRadioButton
  110.       Left = 192
  111.       Top = 74
  112.       Width = 54
  113.       Height = 17
  114.       Caption = 'IMAP'
  115.       TabOrder = 3
  116.       OnClick = DetailsChange
  117.     end
  118.     object EdPassword: TEdit
  119.       Left = 125
  120.       Top = 178
  121.       Width = 175
  122.       Height = 21
  123.       PasswordChar = '*'
  124.       TabOrder = 9
  125.       OnChange = DetailsChange
  126.     end
  127.     object EdUserName: TEdit
  128.       Left = 125
  129.       Top = 151
  130.       Width = 175
  131.       Height = 21
  132.       TabOrder = 8
  133.       OnChange = DetailsChange
  134.     end
  135.     object EdServerName: TEdit
  136.       Left = 125
  137.       Top = 98
  138.       Width = 175
  139.       Height = 21
  140.       TabOrder = 5
  141.       OnChange = DetailsChange
  142.     end
  143.     object RbBroadway: TRadioButton
  144.       Left = 255
  145.       Top = 74
  146.       Width = 49
  147.       Height = 17
  148.       Caption = 'Diino'
  149.       TabOrder = 4
  150.       OnClick = DetailsChange
  151.     end
  152.     object EdPortNumber: TEdit
  153.       Left = 125
  154.       Top = 125
  155.       Width = 175
  156.       Height = 21
  157.       TabOrder = 6
  158.       OnChange = DetailsChange
  159.     end
  160.     object CbSSL: TCheckBox
  161.       Left = 174
  162.       Top = 126
  163.       Width = 97
  164.       Height = 17
  165.       Caption = 'Use SSL'
  166.       Enabled = False
  167.       TabOrder = 7
  168.       Visible = False
  169.       OnClick = DetailsChange
  170.     end
  171.   end
  172.   object GbWhatToDo: TGroupBox
  173.     Left = 2
  174.     Top = 265
  175.     Width = 314
  176.     Height = 61
  177.     Caption = 'What to do with found messages'
  178.     TabOrder = 2
  179.     object RbCopy: TRadioButton
  180.       Left = 11
  181.       Top = 18
  182.       Width = 260
  183.       Height = 16
  184.       Caption = 'Copy - Original messages are left on server'
  185.       Checked = True
  186.       TabOrder = 0
  187.       TabStop = True
  188.       OnClick = DetailsChange
  189.     end
  190.     object RbMove: TRadioButton
  191.       Left = 11
  192.       Top = 39
  193.       Width = 260
  194.       Height = 17
  195.       Caption = 'Move - Originals are deleted'
  196.       TabOrder = 1
  197.       OnClick = DetailsChange
  198.     end
  199.   end
  200.   object GbWhereToStore: TGroupBox
  201.     Left = 4
  202.     Top = 213
  203.     Width = 314
  204.     Height = 53
  205.     Caption = 'Store messages from this account in this folder'
  206.     TabOrder = 1
  207.     object LblFolderName: TLabel
  208.       Left = 11
  209.       Top = 24
  210.       Width = 64
  211.       Height = 13
  212.       Caption = 'Folder Name:'
  213.     end
  214.     object EdFolderName: TEdit
  215.       Left = 125
  216.       Top = 21
  217.       Width = 175
  218.       Height = 21
  219.       TabOrder = 0
  220.       OnChange = DetailsChange
  221.     end
  222.   end
  223.   object BtnTest: TButton
  224.     Left = 4
  225.     Top = 332
  226.     Width = 143
  227.     Height = 25
  228.     Action = AcTest
  229.     TabOrder = 3
  230.   end
  231.   object BtnOK: TButton
  232.     Left = 162
  233.     Top = 332
  234.     Width = 75
  235.     Height = 25
  236.     Action = AcOK
  237.     TabOrder = 4
  238.   end
  239.   object BtnCancel: TButton
  240.     Left = 241
  241.     Top = 332
  242.     Width = 75
  243.     Height = 25
  244.     Cancel = True
  245.     Caption = '&Cancel'
  246.     ModalResult = 2
  247.     TabOrder = 5
  248.   end
  249.   object AL: TActionList
  250.     Left = 274
  251.     Top = 280
  252.     object AcTest: TAction
  253.       Caption = '&Test Settings'
  254.       OnExecute = AcTestExecute
  255.       OnUpdate = EventHandler
  256.     end
  257.     object AcOK: TAction
  258.       Caption = '&OK'
  259.       OnExecute = AcOKExecute
  260.       OnUpdate = EventHandler
  261.     end
  262.   end
  263. end
  264.